DisclosableArray

An array of disclosable claims

Parameters

content

the content of the object. Each of its claims could be always or selectively disclosable

minimumDigests

This is an optional hint; that expresses the minimum number of digests at the immediate level of this DisclosableObject, that the SdJwtFactory will try to satisfy. SdJwtFactory will add decoy digests if the number of actual DisclosureDigest is less than the hint

Constructors

Link copied to clipboard
constructor(content: List<DisclosableElement>, minimumDigests: MinimumDigests?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: DisclosableElement): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<DisclosableElement>): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(index: Int): DisclosableElement
Link copied to clipboard
open override fun indexOf(element: DisclosableElement): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<DisclosableElement>
Link copied to clipboard
open override fun lastIndexOf(element: DisclosableElement): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<DisclosableElement>
Link copied to clipboard
open fun <T : Any> toArray(p0: IntFunction<Array<T>>): Array<T>